home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2716B.ZIP / MIX.EXE / LANG1.SM next >
Text File  |  1990-11-07  |  645b  |  29 lines

  1. PC
  2. MIX
  3. C
  4.  
  5. /ms
  6. /mm
  7. /ml
  8. /t
  9. /c     Force Compile
  10. /dName Define specified name as macro
  11. /e     Create exe program
  12. /fa    auto sensing float lib
  13. f/b    BCD business math library
  14. /fi    IEEE software float lib
  15. /f8    8087/80287 hardware float lib
  16. /iDir  Search Dir for #include files
  17. /j     Treat var and const char as
  18. type signed char
  19. /lName Send listing to file "Name"
  20. /ms    Small memory model
  21. /mm    Medium memory model
  22. /ml    Large Memory Model
  23. /n     Allow nested comments
  24. /o-    Disable object file generation
  25. /oDir  Create object file in Dir
  26. /q     Create MS Compatible obj files
  27. /t     Trace debugger information
  28.  
  29.